Enum PtmpMsgType

java.lang.Object
java.lang.Enum<PtmpMsgType>
com.cisco.pt.ipc.enums.PtmpMsgType
All Implemented Interfaces:
Serializable, Comparable<PtmpMsgType>, Constable

public enum PtmpMsgType extends Enum<PtmpMsgType>
An enum for the IPC's PtmpMsgType values
Author:
packettracerexapps@external.cisco.com
  • Enum Constant Details

    • PTMP_NEGO_REQUEST

      public static final PtmpMsgType PTMP_NEGO_REQUEST
    • PTMP_NEGO_RESPONSE

      public static final PtmpMsgType PTMP_NEGO_RESPONSE
    • PTMP_AUTH_REQUEST

      public static final PtmpMsgType PTMP_AUTH_REQUEST
    • PTMP_AUTH_CHALLENGE

      public static final PtmpMsgType PTMP_AUTH_CHALLENGE
    • PTMP_AUTH_RESPONSE

      public static final PtmpMsgType PTMP_AUTH_RESPONSE
    • PTMP_AUTH_STATUS

      public static final PtmpMsgType PTMP_AUTH_STATUS
    • PTMP_KEEP_ALIVE

      public static final PtmpMsgType PTMP_KEEP_ALIVE
    • PTMP_DISCONNECT

      public static final PtmpMsgType PTMP_DISCONNECT
    • PTMP_COMMUNICATION

      public static final PtmpMsgType PTMP_COMMUNICATION
    • PTMP_IPCMSG

      public static final PtmpMsgType PTMP_IPCMSG
    • PTMP_MUMSG

      public static final PtmpMsgType PTMP_MUMSG
  • Field Details

    • intValue

      protected int intValue
  • Method Details

    • values

      public static PtmpMsgType[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static PtmpMsgType valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • getIntValue

      public int getIntValue()
    • fromIntValue

      public static PtmpMsgType fromIntValue(int value)
    • fromIntValue

      public static PtmpMsgType fromIntValue(Integer value)